Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method fromEvmAddress() fails to return the contract id from long zero address #2018

Conversation

svetoslav-nikol0v
Copy link
Contributor

Description:

  • Fixed fromEvmAddress() method to return the correct contract id from long zero address

Related issue(s):

Fixes #1991

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: svetoslav-nikol0v <[email protected]>
@svetoslav-nikol0v svetoslav-nikol0v changed the title 1991 crash when trying to get contractid from evmaddress Method fromEvmAddress() fails to return the contract id from long zero address Nov 8, 2023
Copy link

sonarqubecloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ff951ea) 76.12% compared to head (9b10450) 83.77%.
Report is 2 commits behind head on develop.

❗ Current head 9b10450 differs from pull request most recent head 61fb06d. Consider uploading reports for the commit 61fb06d to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2018      +/-   ##
===========================================
+ Coverage    76.12%   83.77%   +7.65%     
===========================================
  Files          304      304              
  Lines        75854    75854              
===========================================
+ Hits         57746    63550    +5804     
+ Misses       18108    12304    -5804     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@svetoslav-nikol0v svetoslav-nikol0v merged commit fe0fbe9 into develop Nov 17, 2023
8 checks passed
@svetoslav-nikol0v svetoslav-nikol0v deleted the 1991-crash-when-trying-to-get-contractid-from-evmaddress branch November 17, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when trying to get ContractId from evmAddress
3 participants